chore: release tidx@1.0.0 - #241
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changelog-release/main
branch
3 times, most recently
from
July 4, 2026 09:32
246e53b to
39f790e
Compare
github-actions
Bot
force-pushed
the
changelog-release/main
branch
3 times, most recently
from
July 11, 2026 02:08
44ba783 to
71b41b5
Compare
tidx@0.8.0tidx@1.0.0
github-actions
Bot
force-pushed
the
changelog-release/main
branch
11 times, most recently
from
July 17, 2026 00:56
1b3d8db to
176f23e
Compare
github-actions
Bot
force-pushed
the
changelog-release/main
branch
7 times, most recently
from
July 23, 2026 08:14
0cbefa1 to
05a36a3
Compare
github-actions
Bot
force-pushed
the
changelog-release/main
branch
from
July 27, 2026 02:10
05a36a3 to
734367e
Compare
github-actions
Bot
force-pushed
the
changelog-release/main
branch
4 times, most recently
from
August 10, 2026 15:56
ba7001d to
60ce118
Compare
github-actions
Bot
force-pushed
the
changelog-release/main
branch
2 times, most recently
from
August 11, 2026 14:21
ccb4634 to
acdda7e
Compare
github-actions
Bot
force-pushed
the
changelog-release/main
branch
3 times, most recently
from
August 25, 2026 00:31
f8481f2 to
a93eb15
Compare
github-actions
Bot
force-pushed
the
changelog-release/main
branch
from
August 25, 2026 06:13
a93eb15 to
350aa6a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changelogs release workflow.
When you're ready to release, merge this PR and the packages will be published.
tidx@1.0.0Major Changes
Breaking: Moved PostgreSQL chain settings into a nested
[chains.postgres]section (url,password_env,api_url,api_password_env), removing the root-levelpg_url,pg_password_env,api_pg_url, andapi_pg_password_envfields.(by @jxom, #254)
Minor Changes
pg_keeprestores the additional hot range before moving the query boundary. (by @KamilSzczygieł, #261)dex_ohlc_1m, a refreshable ClickHouse materialized view that rollsdex_fillsinto per-minute OHLC candles keyed by(token, bucket), removing the 1000-fill in-memory bucketing cap on the OHLC endpoint and enabling multi-month windows with the work moved off the request path. (by @jxom, #228)ReceivePolicyGuardprecompile (0xb10c...) from holder/balance derivation so blocked transfers no longer credit the guard as a fake holder, while leaving rawtoken_transfers/token_supplymovement intact. Added a one-time post-derived migration that deletes any pre-existing guard rows fromtoken_holder_deltas/address_holder_deltas(a no-op on fresh deployments) so historical balances and refreshable holder aggregates stop counting the guard. Pinned the Tempo crates to the T6 release commit. (by @stevencartavia, #244)[chains.retention], PostgreSQL keeps a hot window of recent blocks and prunes the rest once durable in the ClickHouse archive.Patch Changes
replicated_databaseoption under[chains.clickhouse]. When enabled, the sink creates the database withENGINE = Replicatedand rewrites MergeTree-family table engines to theirReplicated*counterparts, so schema and data replicate across self-hosted multi-replica clusters coordinated by Keeper. Defaults to off; ClickHouse Cloud and single-node deployments are unaffected. (by @KamilSzczygieł, #252)/queryconcurrency limit from eight to 32 requests. (by @jxom, #299)/queryerrors flattening PostgreSQL failures todb error; the server message and SQLSTATE code (e.g.division by zero (22012)) now surface, and statement timeouts classify as timeouts. (by @jxom, #284)UInt256magnitude with the sign carried inleg. (by @jxom, #247)